Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 173,108 for

document formatting

(0.98 sec)
  1. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word Documents without utilizing Microsoft Word in C++....and printing Microsoft Word documents without utilizing Microsoft...Aspose.Words Document Object Model (DOM) documentation article. Body...

    reference.aspose.com/words/cpp/aspose.words/
  2. Specify Layout Options in Python|Aspose.Words f...

    Specify Layout Options for various Document layouts using Python....enables you to create output documents with various layouts, depending...printer metrics to lay out document” compatibility option, see...

    docs.aspose.com/words/python-net/specify-layout...
  3. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in Formatting the number…... We are facing issue in formatting the numbers and currency...culture number and currency format in WaterFall chart dynamically...

    forum.aspose.com/t/aspose-slides-waterfall-char...
  4. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: Document = aw.Document(file_path) for page in range(0, docu…... code: document = aw.Document(file_path) for page...range(0, document.page_count): extractedPage = document.extract_pages(page...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  5. IFieldResultFormatter Interface | Aspose.Words ...

    Discover the Aspose.Words.Fields.IFieldResultFormatter interface to customize and enhance field result Formatting for your Documents effortlessly....control how the field result is formatted. public interface IFieldResultFormatte...IFieldResultFormatte Methods Name Description Format ( double, GeneralFormat ) Called...

    reference.aspose.com/words/net/aspose.words.fie...
  6. ImportNode changes layout of table - Free Suppo...

    Hi all, We have some code that splits Word Documents on sections. For this we iterate over all sections of the original Document and use Node node = workingDoc.ImportNode(sec, true, ImportFormatMode.KeepDifferentStyles…...some code that splits Word documents on sections. For this we iterate...all sections of the original document and use Node node = workingDoc...

    forum.aspose.com/t/importnode-changes-layout-of...
  7. Inline class | Aspose.Words for Node.js

    Aspose.Words.Inline class. Base class for inline-level nodes that can have character Formatting associated with them, but cannot have child nodes of their own...nodes that can have character formatting associated with them, but...Levels of Nodes in a Document documentation article. Remarks A...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FrameFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.FrameFormat class for advanced frame Formatting in paragraphs. Enhance your Document design with seamless integration and flexibility....Represents frame related formatting for a paragraph. public class...to get information about formatting properties of paragraphs...

    reference.aspose.com/words/net/aspose.words/fra...
  9. Convert CSV, TSV and TXT to Excel|Documentation

    Convert CSV, TSV, and TXT to Excel by using Aspose.Cells for Python via .NET API....PDF, JSON, and many other formats. Opening CSV Files Comma Separated...spreadsheet data but without any formatting. Data is arranged in rows...

    docs.aspose.com/cells/python-net/convert-csv-ts...
  10. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++....For simple files with data, formatting, and formulas, the Workbook...Book2.xls. The files contain formatted data and formulas only. The...

    docs.aspose.com/cells/cpp/merge-files/